$Status = pop3.Connect (<Server>,<Port>)
This function is to establish a connection to pop3 Server.
Parameters
<Server> Specifies the address of pop3 Server.
<Port> Specifies the port number. The default port for pop3 server is 110.
Return Value
Function returns 1 on success, 0 on failure.